From: Richard M. Stallman Date: Wed, 2 Feb 1994 20:00:15 +0000 (+0000) Subject: (shell-font-lock-keywords): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~93316 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=eeb1e03e1e7511e56a022a261e277e7af08f640c;p=emacs.git (shell-font-lock-keywords): Doc fix. --- diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 27538a8f532..70570223ef4 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -643,7 +643,7 @@ This does a lot more highlighting.") '("[ \t]\\([+-][^ \t\n]+\\)" 1 font-lock-comment-face) '("^[^ \t]+:.*$" . font-lock-string-face) '("^\\[[1-9][0-9]*\\]" . font-lock-string-face)) - "Additional expressions to highlight in TeXinfo mode.") + "Additional expressions to highlight in Shell mode.") (provide 'font-lock)